KREDOR Business Object Framework Documentation

SelectFrom<T>.Select Method (DataSource)

Executes the current Select query against the specified DataSource and returns a List`1 containing the matched objects matched by the current SelectFrom statement.

public List<T> Select(
   DataSource dataSource
);

Parameters

DataSource
A DataSource

Return Value

A List`1 containing the objects matched by the current SelectFrom query run against the specfied DataSource

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.Select Overload List